home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / prokit34.zip / PROKIT.DOC < prev    next >
Text File  |  1991-04-01  |  5KB  |  131 lines

  1.  
  2.  
  3. ProKIT - DOOR Building Kit
  4. for PCBoard 14.x
  5. and Turbo Pascal 6.0
  6. Version 3.4, 3/31/91
  7.  
  8. Copyright 1988, 1991 Samuel H.Smith
  9.  
  10.  
  11.  
  12. ProKIT is a set of tools used to build PCBoard 14.x DOOR programs in
  13. Turbo Pascal 6.0.   It provides full access to all PCB setup, database
  14. and configuration files;  a modest library of utility functions is also
  15. available. 
  16.  
  17.  
  18. ProKIT based DOOR programs have many of the features developed for 
  19. ProDOOR - sysop chat, continuous status display (same format as provided 
  20. by PCB), shell to DOS, automatic color/graphics support, INTERRUPT and
  21. BIOS communication drivers, and much more.
  22.  
  23.  
  24.  
  25.                                   Files
  26.                                   -----
  27.  
  28. PROKIT.PAS - this is a very short DOOR program to test the ProKIT
  29.              libraries.  It includes these supporting files:
  30.                 PROKIT.EXE     - compiled door program
  31.                 PROKIT         - pcboard door script
  32.                 PROKIT.CNF     - config file (specifies driver type)
  33.                 PROKIT.M       - signon message file
  34.  
  35. PROKIT.INC - include this file in your main program to provide access to 
  36.              all ProKIT facilities.
  37.  
  38. CALLS.DOC  - describes functions and procedures available in the ProKIT 
  39.              libraries. 
  40.  
  41. PRODATA.INT- describes the various pcboard records and other variables
  42.              available in the ProKit libraries. 
  43.  
  44. TIPS.DOC   - some hints and tips for writing door programs.
  45.  
  46. xxxx.TPU   - compiled units (library files) that are linked into your 
  47.              door program. 
  48.  
  49. xxxx.INT   - these files are the actual program interfaces of the
  50.              included tpu files-- use them as a reference for available
  51.              procedures and data declarations.
  52.  
  53.  
  54.                                DISCLAIMER
  55.  
  56.      IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  57.      LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  58.      DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR
  59.      FOR ANY CLAIM BY ANY OTHER PARTY.
  60.  
  61.  
  62. ---------------
  63.    PCBoard is a registered trademark of Clark Development Company
  64.  
  65.  
  66.                                  LICENSE
  67.    SourceWare: What is it?
  68.    -----------------------
  69.  
  70.    SourceWare is my name for a unique concept in user supported software.
  71.    Programs distributed under the SourceWare concept always offer source
  72.    code.
  73.  
  74.    This package can be freely distributed so long as it is not modified or
  75.    sold for profit.  If you find that this program is valuable,  you can send
  76.    me a donation for what you think it is worth.  I suggest about $30.
  77.  
  78.    Send your voluntary contributions to:
  79.          Samuel H. Smith
  80.          The Tool Shop
  81.          P. O. Box 4808
  82.          Panorama City, CA 91412-4808
  83.  
  84.    When you send a contribution, your existing user account on The Tool Shop
  85.    will be upgraded for extended time and downloading.  You will also be able
  86.    to download a special "register" program.  The register program allows you
  87.    to install your own "registration" message seen by callers when opening
  88.    ProDoor.
  89.  
  90.  
  91.    Why SourceWare?
  92.    ---------------
  93.  
  94.    Why do I include source code?  Why isn't the donation mandatory?  The
  95.    value of good software should be self-evident.  The source code is the key
  96.    to complete understanding of a program.  You can read it to find out how
  97.    things are done.  You can also change it to suit your needs, so long as
  98.    you do not distribute the modified version without my consent.
  99.  
  100.  
  101.    Copyright
  102.    ---------
  103.  
  104.    If you modify this program, I would appreciate a copy of the new source
  105.    code.   I am holding the copyright on the source code, so please don't
  106.    delete my name from the program files or from the documentation.
  107.  
  108.                                  SUPPORT
  109.  
  110.    I work very hard to produce a software package of the highest quality and
  111.    functionality.  I try to look into all reported bugs, and will generally
  112.    fix reported problems within a few days.
  113.  
  114.    Since this is user supported software under the SourceWare concept, I
  115.    don't expect you to contribute if you don't like it or if it doesn't meet
  116.    your needs.
  117.  
  118.    If you have any questions, bugs, or suggestions, please contact me at:
  119.  
  120.                         The Tool Shop BBS
  121.                    Phone number         Modem type
  122.                   --------------    ---------------------
  123.                   (818) 891-3772    US Robotics HST 9600
  124.                   (818) 891-1344    Hayes-V series 9600
  125.                   (818) 891-6780    US Robotics 2400 (free line)
  126.  
  127.    The latest version is always available for downloading. 
  128.  
  129.    Enjoy!     Samuel H. Smith, Author and Sysop of The Tool Shop.
  130.  
  131.